From: Richard M. Stallman Date: Thu, 10 Jun 1993 17:48:36 +0000 (+0000) Subject: (Man-mode): Run Man-mode-hook. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95441 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=526504b86fc5ce607bbc0cd845e4031dea815abe;p=emacs.git (Man-mode): Run Man-mode-hook. --- diff --git a/lisp/man.el b/lisp/man.el index 74d42208995..3b40ab02d06 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -559,7 +559,8 @@ The following key bindings are currently in effect in the buffer: (use-local-map Man-mode-map) (goto-char (point-min)) (Man-build-page-list) - (Man-goto-page 1)) + (Man-goto-page 1) + (run-hooks 'Man-mode-hook)) (defun Man-build-section-alist () "Build the association list of manpage sections."